Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting Topology part 3: Separation axioms #1338

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

zstone1
Copy link
Contributor

@zstone1 zstone1 commented Oct 4, 2024

Continuing with #1167, this moves all the stuff about separation axioms into a separate file. I included a few other things that aren't explicitly "T0-T6", but felt comfortable here, such as zero-dimensional and perfect sets.

There are still some critical results about separation axioms (AKA urysohn's lemma and friends) that are trapped in normedtype.v due to some boring facts about the reals. We need to build the edist function for a pseudoMetric, which requires a few small things about R. Some results generalize to any orderTopologicalType such as \min is continuous. Others can live in ereal.v. It'll take some effort to break that stuff up, though. So I'll leave it for a later PR.

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md

  • added corresponding documentation in the headers

Reference: How to document

Reminder to reviewers

@zstone1 zstone1 added the enhancement ✨ This issue/PR is about adding new features enhancing the library label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ This issue/PR is about adding new features enhancing the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants